.gallery { position:relative; min-height:1; }
.gallery img { display:block; }
.gallery ul li { background:none; }
.gallery .showing { position:relative; overflow:hidden; padding:10px 1px 9px; background:url(/magazine/graphics/gallery/gallery.bg.png) no-repeat 0 0; }
.gallery .showing ul { margin:0; background:#eee; overflow:hidden; }
.gallery .showing ul li { display:none; margin:0; padding:0; list-style:none; overflow:hidden; }
.gallery .showing ul li img { margin:0 auto; cursor:pointer; }
.gallery .showing ul li a { border:0; display:block; }
.gallery .showing ul li div { font:1.385em/20px Georgia, "Times New Roman", Times, serif; margin:0 auto; background:url(/magazine/graphics/overlay.bg.png) repeat; _background:#000; width:100%; display:none; color:#FFF; }
.gallery .showing ul li p { margin:0; padding:12px 10px 9px; }
.gallery .showing ul li span { display:block; padding:0 10px 10px; font-size:.611em; color:#FFF; }
.gallery .showing ul li span a { display:inline; color:#FFF; }
.gallery .showing ul li.current { display:block; background:#EBEDED; }

.gallery .thumbs { position:relative; padding:9px 56px; background:url(/magazine/graphics/gallery/gallery.bg.buttons.png) no-repeat 0 0; }
.gallery .thumbs_sleeve { height:36px; width:549px; overflow:hidden; position:relative; }
.gallery .thumbs ul { margin:0; padding:0; width:390px; position:relative; left:0; }
.gallery .thumbs ul:after { content:"."; clear:both; display:block; height:0; visibility:hidden; } /* float enclosing */
.gallery .thumbs ul li { float:left; margin:0 28px 0 0; padding:0; background:#000; list-style:none; }
.gallery .thumbs ul li a { display:block; }

.gallery .previousButton, .gallery .nextButton { cursor:pointer; position:absolute; display:block; top:15px; width:26px; height:26px; text-indent:-9999px; background:url(/magazine/graphics/gallery/buttons.png) no-repeat 0 0; }
.gallery .previousButton { left:10px; background-position:0 0; }
.gallery .previousButton:hover { background-position:0 -26px; }
.gallery .nextButton { right:10px; background-position:-26px 0; }
.gallery .nextButton:hover { background-position:-26px -26px; }

.ajax_loading { background:#000 url(/magazine/graphics/ajax_loader.gif) 50% 50% no-repeat; position:absolute; z-index:100; display:none; }

.js-disabled .gallery { display:none; }